home *** CD-ROM | disk | FTP | other *** search
- Path: news.ov.com!news
- From: glenn@ov.com (Fletcher.Glenn@ov.com)
- Newsgroups: comp.lang.c
- Subject: Re: Recursion Question
- Date: 4 Apr 1996 22:25:15 GMT
- Organization: OpenVision
- Message-ID: <4k1i8b$3cp@spanky.pls.ov.com>
- References: <4k14o1$2k2@isis.fiu.edu>
- Reply-To: glenn@ov.com
- NNTP-Posting-Host: foghorn.pls.ov.com
-
-
- In article 2k2@isis.fiu.edu, mark@serss1.fiu.edu (Mark Romano) writes:
- >I am trying to find some recursive functions that will convert a number into
- >a binary. I need one that will print out the numbers as they are
- >generated and I also need one that will hold the binary digits in memory
- >and then printed out with a single printf statement. Can any one help??
- >
- >
- >
- >__________________________________________________________
- >| |
- >| Sent to you by: mark@serss1.fiu.edu |
- >| |
- >|________________________________________________________|
-
-
- Read you computer science text on the subject of radix
- conversion and then post your program (if you still have
- any problems). We here will help you find a problem in
- your program, but we will not do your homework for you.
-
- Fletcher.Glenn@ov.com
-
-